home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
SecalDemo
/
Inc
/
devices
/
input.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-06-11
|
317 b
|
12 lines
include "inc/exec/io.inc";
def IND_ADDHANDLER = (CMD_NONSTD+0);
def IND_REMHANDLER = (CMD_NONSTD+1);
def IND_WRITEEVENT = (CMD_NONSTD+2);
def IND_SETTHRESH = (CMD_NONSTD+3);
def IND_SETPERIOD = (CMD_NONSTD+4);
def IND_SETMPORT = (CMD_NONSTD+5);
def IND_SETMTYPE = (CMD_NONSTD+6);
def IND_SETMTRIG = (CMD_NONSTD+7);